Snippets Collections
$(document).ready(function(){
  $("button").click(function(){
    $(".test").hide();
  });
});
star

Mon Dec 18 2023 03:27:36 GMT+0000 (Coordinated Universal Time) https://www.w3schools.com/jquery/jquery_selectors.asp

#hide #hideclass #hideelement #hideelement class

Save snippets that work with our extensions

Available in the Chrome Web Store Get Firefox Add-on Get VS Code extension